* fontset.c (FONTSET_ADD): Return void, not Lisp_Object.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 22 Aug 2012 07:20:42 +0000 (00:20 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 22 Aug 2012 07:20:42 +0000 (00:20 -0700)
commitc601de828382e4cc9fe0d132784d2c44e8ab7a35
treedfef0eec0add24d1f729cbb9a0d404bc809ef90c
parent00b92a06ea14e7daf21d95f85c9b5e10bd3d0311
* fontset.c (FONTSET_ADD): Return void, not Lisp_Object.

Otherwise, the compiler complains about (A?B:C) where B is void
and C is Lisp_Object.  This fixes an incompatibility with Sun C 5.12.
(fontset_add): Return void, for FONTSET_ADD.
src/ChangeLog
src/fontset.c